home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
marionettemadness.swf
/
scripts
/
frame_1
/
PlaceObject2_115_3
/
CLIPACTIONRECORD onClipEvent(load).as
Wrap
Text File
|
2007-10-01
|
349b
|
15 lines
onClipEvent(load){
lPCT = 1;
this.onEnterFrame = function()
{
var _loc4_ = getMCLoadPCT(_root);
cFrame = this._totalframes - Math.round(this._totalframes * _loc4_);
if(cFrame <= 1)
{
this._parent.play();
delete this.onEnterFrame;
}
_parent.clockGoTo(this,cFrame);
};
}